Tuples
Submit your assignment
Due DateFebruary 24, 2:59 AM EST
Receive grade
To Pass100% or higher
Grade
100%
We keep your highest score
Due Feb 24, 2:59 AM EST
Suppose we want to analyse texts in Latin alphabet (26 possible letters). For this we want to compute the frequencies of all possible 3-letter combinations in a text. For this we will need to store a number for each possible 3-letter combination. How many number we will have to store for a text?
This is correct! Indeed, we have to pick ordered sequences of length 3 out of 26 possible letters. So, we are dealing with tuples and the answer is 26*26*26=17576